body { 
  background-color: 		#b5a789;
  font-family: 			Verdana, Geneva, Arial, sans serif; font-size: small; 
  font-size:        		medium;
  margin-left:      		10px;
  padding-left:			10px;
}


h1 {
  font-size:        		200%;
  text-align:	    		center;
}

h2 { 
   font-size: 			120%;
   text-align:	    		left; 
}

table {
    width:			850px;		
    border:			thin solid black;
    caption-side:		bottom;
    border-spacing:		0px;}

td,th {
    border:			thin dotted gray;
    padding:			5px;}

th {
    background-color:		rgb(70%, 70%, 150%);}

td {
    background-color:		rgb(180%,180%,180%);}


.center		  		{text-align: center;}
.right		  		{text-align: right;}

a:link {
  color:            	blue;
  text-decoration:  	none;
  border-bottom:    	thin dotted blue;
}
a:visited {
  color:           	 red;
  text-decoration: 	 none;
  border-bottom:   	 thin dotted red;
}
a:hover {
  color:           	 green;
  text-decoration: 	 none;
  border-bottom:   	 thin dotted green;
}